home *** CD-ROM | disk | FTP | other *** search
/ Web Developers Guide to Sound & Music / Web Developers Guide to Sound and Music.iso / mac / Cyber Sounds / Demo / Main.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1996-01-16  |  153 b   |  11 lines

  1. on mouseDown
  2.   puppetSprite(8, 1)
  3.   set the ink of sprite 8 to 33
  4. end
  5.  
  6. on mouseUp
  7.   set the ink of sprite 8 to 5
  8.   puppetSprite(8, 0)
  9.   go("Movies")
  10. end
  11.